
Changes from Release 0.04 beta
        to   Release 0.05 beta:

 -Tidied up the general help file:
   -Changed "Freeware" to "free software"
   -Corrected the information given to "!align".
   -Added examples for most of the pseudo opcodes.
 -Further tidied up the sources.
 -Real icons.
 -Startup errors now exit correctly with EXIT_FAILURE code.
 -Bug fixed: No more multiple error messages.
 -Example program now includes "Expected_Output" file.
 -Added nested zones ("!subzone" or "!sz").
 -Bug fixed: Zone names now work correctly (First char wasn't stored).
 -Added support for library tree when using "!source" or "!binary".
 -Bug fixed: "!set label = label" now works correctly (I hope).
 -Single-character strings can now be given in single quotes as well.


Changes from Release 0.03 beta
        to   Release 0.04 beta:

 -Tidied up the sources a lot.
 -Corrected some small bugs.
 -Changed bad style C code reported by lint.
 -Added GNU GPL hint in every source file.
 -Added startup message in verbose mode.
 -Added "Error: " to startup error messages.
 -Changed "module" to "zone"
 -Added Amiga, Linux and OS/2 versions


Changes from Release 0.02 alpha
        to   Release 0.03 beta:

 -Generally tidied up the source.
 -Moved Acorn-specific CLI options to platform file.
 -Added pathname conversion from UNIX style to current platform style.
 -Added context variables (enabling "!source"s and macros).
 -Translated all documentation to english.
 -Changed string pseudo opcodes to allow numeric values.
 -Added verbose mode (CLI option "v").
 -Added output buffer, removing the need for additional output pass (and now
    the "!to" pseudo opcode can be placed anywhere).
 -Removed possibility to have several "label = pc" definitions per line.
 -Instead added possibility to have several statements on a single line by
    using ":" as a separator character.
 -Added new keywords: "!set", "!if", "else", "!do", "until", "while", "!macro"
 -Added support for "!source".
 -Added basic support for blocks.
 -Added support for "!if {...} else {...}".
 -Added support for zone titles.
 -Added support for loops (endless loops are only detected if producing code).
 -Added support for macros (even nested definitions are possible now...).
 -Added DOS version.


Changes from Release 0.01 alpha
        to   Release 0.02 alpha

 -Er, I don't know anymore. It was a bad ugly hack and it only ran on RISC OS.
   :-)

